Trait isotope::value::Typed[][src]

pub trait Typed {
    fn get_ty(&self) -> &ValId;
}
Expand description

Something with a type

Required methods

This object’s type

Implementors